C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectList<TItem> Class
The type of elements in the collection.
Members

ReportObjectList<TItem> Class
Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List member containing members.
Object Model
ReportObjectList<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportObjectList(Of TItem As ReportObject) 
   Inherits ReportObjectCollection(Of TItem)
 
Type Parameters
TItem
The type of elements in the collection.
Inheritance Hierarchy
See Also